11
                  
            Build menu    
                        
                               this option provides the acces to the   IDE features that are  involve in actual code                             generation & running program.
           
            Compile
                       
                             this option instructs the IDE to compile the active windows contents.
              
            Build .....
   
                             build examines all of the files in the  in the project & the  fthen compiles.
              
           Rebuild   all .....
        
                            rebuild all  ignores the dates of all of the projects  files & painstrackingly  compiles.
 
           Batch  build.....
                              it builts multiple project targets.
         
           Clean.......
           
                          with this option you can  easly  remove  all  files  from   intermediate   directories .

           Start debug 
   
                        this option instruct  the  IDE to begin executing your program line by line.

    